Bitmap for WPF
Create(Factory,Nullable<DrawingStateDescription>,RenderingParams) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > DrawingStateBlock クラス > Create メソッド : Create(Factory,Nullable<DrawingStateDescription>,RenderingParams) メソッド
an instance of Factory
A structure that contains antialiasing, transform, and tags information.
Optional text parameters that indicate how text should be rendered.
Creates an DrawingStateBlockthat can be used with the {{SaveDrawingState}} and {{RestoreDrawingState}} methods of a render target.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As Factory, _
   ByVal drawingStateDescription As System.Nullable(Of DrawingStateDescription), _
   ByVal textRenderingParams As RenderingParams _
) As DrawingStateBlock
public static DrawingStateBlock Create( 
   Factory factory,
   System.Nullable<DrawingStateDescription> drawingStateDescription,
   RenderingParams textRenderingParams
)

パラメータ

factory
an instance of Factory
drawingStateDescription
A structure that contains antialiasing, transform, and tags information.
textRenderingParams
Optional text parameters that indicate how text should be rendered.
参照

DrawingStateBlock クラス
DrawingStateBlock メンバ
オーバーロード一覧